-
-
Notifications
You must be signed in to change notification settings - Fork 10.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement seamless copy-paste from Android to computer #1423
Conversation
Automatically synchronize the device clipboard to the computer any time it changes. This allows seamless copy-paste from Android to the computer. Fixes #1056 <#1056 (comment)>
Automatically synchronize the device clipboard to the computer any time it changes. This allows seamless copy-paste from Android to the computer. Fixes #1056 <#1056 (comment)> PR #1423 <#1423>
Merged acc4ef3 |
Doesn't work for me. OS: MIUI 12.5.1 |
Which scrcpy version?
if this does not work. |
It's related to a specific setting on my phone. After I turn it off, it works now. |
@emac What was this specific setting? How to turn it off? |
I'm using Xiaomi phone, which has a privacy setting deciding whether an app can read content from the phone's clipboard. It has to be turned off. |
Could you post a screenshot of that setting, please? (for the FAQ) |
Thank you. May I ask you to switch your device to English in system settings and take another screen in English (then switch back)? 😉 |
@emac Could you post a screehshot in English, please, that would help other people :) |
Automatically synchronize the device clipboard to the computer any time it changes.
Refs #1056 (comment)
To test, just copy some text on the Android device while scrcpy is running, then Ctrl+v in some text area on the computer.
The other direction is not synchronized automatically, because:
Here are binaries so that you can test even if you don't know how to build:
scrcpy.exe
SHA256: a89ce793ee5d1e9177288f5b3756986015c76d0200521ad1cb227f782bfda095
scrcpy-server
SHA256: e076176b01a70554188b9728f06b3d65dab63245be19c6b33ded2939008265eb
(on Windows, replace both files in the v1.13 release; on other platforms, use
scrcpy-server
and follow §Prebuilt server)